home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak 2 - Disc 2 / Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso / Telnet-Clients / nt3242a.exe / unix2.txt < prev    next >
Text File  |  1995-10-27  |  187b  |  8 lines

  1. # Script to request both USERID and PASSWORD interactiverly
  2. expect 10 "login:"
  3. username "Enter userid"
  4. output "^U^M"
  5. expect 10 "Password:"
  6. password "Enter password"
  7. output "^P^M"
  8.